Apache ArrowでCSV読み込む時の文字エンコーディング
RubyのRed Arrowでは
code:loadcsv.rb
Arrow::Table.load(source, encoding: "CP932")
とかでよい。オプション引数はRubyのCSV.newに渡される。
#Apache_Arrow